Jump to content

Sql issue


prolife

Recommended Posts

Hello

 

please i dont know what went wrong ;this SQL is meant to count provided that this conditions are true.

 

i want to count the total number of rooms that were booked for in a particular month.

Please what is the right syntax to use when selecting from two different tables and then counting the total number of occurance.

 

Here is the SQL i came up with but its messig up.

SELECT  (SELECT COUNT(*) FROM `rooms`) (SELECT COUNT(*) FROM `order`) AS `total_rooms` FROM `rooms` WHERE `order`.`checkin`>'$real_date' AND `rooms`.`cond` ='available'

Link to comment
https://forums.phpfreaks.com/topic/282739-sql-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.