Update sample_ruby_mac.rb
This commit is contained in:
Родитель
10aea37d9b
Коммит
369ab9e257
|
@ -10,7 +10,7 @@ database: 'AdventureWorks', azure:true
|
|||
|
||||
#SELECT
|
||||
#Execute a simple select statement.
|
||||
results = client.execute("select top 10 * from SalesLT.Product")
|
||||
results = client.execute("SELECT TOP 10 Title, FirstName, LastName from SalesLT.Customer")
|
||||
|
||||
#Print results of select.
|
||||
results.each do |row|
|
||||
|
|
Загрузка…
Ссылка в новой задаче