Return specific columns from DB

This is the place to post technical queries about SQL Yoga

Moderators: FourthWorld, heatherlaine, Klaus, robinmiller, trevordevore

Post Reply
nrprioleau
Posts: 27
Joined: Mon May 09, 2016 10:53 am

Return specific columns from DB

Post by nrprioleau » Wed Oct 12, 2016 2:00 pm

What is the syntax using sqlyoga for the following:

Code: Select all

SELECT year(sales_salesDate) as yr from sales
GROUP BY yr
Or can I build my own query such as the above and execute within the SQL Yoga framework?

nrprioleau
Posts: 27
Joined: Mon May 09, 2016 10:53 am

Re: Return specific columns from DB [RESOLVED]

Post by nrprioleau » Wed Oct 12, 2016 8:35 pm

I have found my solution.

Post Reply

Return to “SQL Yoga”