This commit is contained in:
Andrea Lam 2016-03-28 20:46:27 -07:00
Родитель 8470370a75
Коммит ca65706d7b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,7 @@ database: 'AdventureWorks', azure:true
#SELECT
#Execute a simple select statement.
results = client.execute("select * from SalesLT.Product")
results = client.execute("select top 10 * from SalesLT.Product")
#Print results of select.
results.each do |row|