Hi there
This question is based on MySQL, using the ADODB abstraction layer (and I'm kind of new to transactions).
I'm just wondering about how transactions work with multiple INSERT statements, where inserted records reference previously inserted records.
For example:
I have 2 tables -...
Hi
I have a series of values in a record column as such:
01|02|03|
Now, I want to select a record that contains a specified value.
If I used a LIKE expression such as
SELECT * FROM table WHERE column LIKE "_01|%"
where the value I'm searching for is '01|', I would eventually be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.