Viewing 5 posts - 31 through 35 (of 35 total)
A few of my thoughts for what they are worth.
Personally my opinion has always been that a database is for the data and thats about it. Obviously some business logic...
January 14, 2006 at 10:59 am
quote:
WHERE tbl_Disc_Tracks.TitleID...
October 27, 2002 at 4:43 am
it is the tblTracks that have duplicates.
e.g.
TrackID, ArtistID, TitleID
1, 1, 1
2, ...
October 26, 2002 at 6:33 am
so can I just check ....
I should use an apostrophe instead of speach marks to enclose my statement.
e.g.
set @STR = 'statement'
continue replacing single '(apostrophe) in strings with...
September 25, 2002 at 5:54 am
If i remove double quotes and use single instead how should I enclose a value string in the query ?
What happens when a single quote appears in a value...
September 24, 2002 at 11:51 am
Viewing 5 posts - 31 through 35 (of 35 total)