sql - mysql where clause wrong -


this question has answer here:

select c.course_id ,c_title ,start_date ,start_date + duration ,location course c ,offering o o.course_id = c.course_id , o.start_date > sysdate -200;

assuming want rows have cost between £300 , £2000:

select * [table] cost between 300 , 2000 

fill in * columns need.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -