R
Ron Allen
As in the subject, how do I form a Select clause for a given GUID column in
SQL Server. For some reason I can't get the syntax correct for this. I
tried searching as a string with both { } bracketing the string and without
the braces but I'm getting an exception (syntax error) thrown.
I'm searching a list of labor categories each of which is attached to a
given CLIN item. Both PK fields on these are GUIDs. I'm trying to find all
the LaborCat rows with a given CLIN.
Ron Allen
SQL Server. For some reason I can't get the syntax correct for this. I
tried searching as a string with both { } bracketing the string and without
the braces but I'm getting an exception (syntax error) thrown.
I'm searching a list of labor categories each of which is attached to a
given CLIN item. Both PK fields on these are GUIDs. I'm trying to find all
the LaborCat rows with a given CLIN.
Ron Allen