zawadi Posted November 28, 2006 Share Posted November 28, 2006 OK, what i want to do is send a query to the database and if it succeds I want to input that query into a table.I cant get the query to work, my sql query is a molti line query and mysql does not like it.HELP!! Link to comment https://forums.phpfreaks.com/topic/28731-mysql-query-in-a-mysql-query/ Share on other sites More sharing options...
craygo Posted November 28, 2006 Share Posted November 28, 2006 post your query may help!Ray Link to comment https://forums.phpfreaks.com/topic/28731-mysql-query-in-a-mysql-query/#findComment-131528 Share on other sites More sharing options...
zawadi Posted November 28, 2006 Author Share Posted November 28, 2006 the SQL[code]inset into crm_update (crm_sql, crm_num) values('update h_job set job_user_id = '1', cat_id = '2', st_id = '1', ast_id = '', job_kb = '', job_complete_by = '1164747584', job_complete_on = '1164672000', pri_id = '2', job_acctioned = '1164733187' where job_id = '1'',0)[/code] Link to comment https://forums.phpfreaks.com/topic/28731-mysql-query-in-a-mysql-query/#findComment-131595 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.