I require help to design a sql statement to get some specific dataset. This sql statement I need to run using php script.
Let me first describe the table structure. Table 'tblservicedeta ils' contains the following fields:
Code:
'srv_id' INT(11) NOT NULL AUTO_INCREMENT PRIMARY KEY , 'srv_mcid' INT(6) NOT NULL , 'srv_jobcodeid' INT(2) NOT NULL , 'srv_date' INT(11) NOT NULL DEFAULT 0 ......
Leave a comment: