Hi there,
I haven't used mysql for a while and I would like to know how to declare a variable for this: I want to be able to do the following but replace CP123 in the WHERE CLAUSE by whatever I specify. Possibly declare a variable??
Thanks
select DISTINCT *from memorandums
WHERE MEMO_REFERENCE = 'CP123'
I haven't used mysql for a while and I would like to know how to declare a variable for this: I want to be able to do the following but replace CP123 in the WHERE CLAUSE by whatever I specify. Possibly declare a variable??
Thanks
select DISTINCT *from memorandums
WHERE MEMO_REFERENCE = 'CP123'