Hello,
I need to update 3 columns on a table with new data. However, when I try to update the table with this query:
update phbasic set emp_id='???', empno='???', soc_sec_no='????'
where emp_id='???', empno='???', soc_sec_no='???'
It gives me an error.
I haven't done much SQL work dealing with UPDATE. Please help. Thank you.
The ??? represent data and is not in my acutal query.
I need to update 3 columns on a table with new data. However, when I try to update the table with this query:
update phbasic set emp_id='???', empno='???', soc_sec_no='????'
where emp_id='???', empno='???', soc_sec_no='???'
It gives me an error.
I haven't done much SQL work dealing with UPDATE. Please help. Thank you.
The ??? represent data and is not in my acutal query.