Viewing 6 posts - 16 through 21 (of 21 total)
Sorry about that, I modified the SQL just removing the foreign key, you don't need it for the purpose of this query.
January 5, 2017 at 10:12 am
I created some test tables and data and I found my SQL wasn't giving me what I wanted.
UB_MASTER_TEST TABLE
CREATE TABLE dbo.ub_master_test (
ub_master_id int NOT NULL,
ub_batch_sub_number int...
January 4, 2017 at 5:32 pm
Thank you for all the ideas though, this website is awesome. I am not sure whether to select any as an answer since it didn't really answer my particular...
September 8, 2016 at 4:19 pm
I am still trying to figure out the best way to do this. The problem with a function is that I don't know the values to pass into a...
September 6, 2016 at 4:27 pm
Thank you for your answers. I personally did not think there was a way to do it, but I did want to get others input as sometimes I can...
September 2, 2016 at 5:12 pm
But how would do a BETWEEN 1 AND 5
OR (Field1,Field2,Field3,Field4,Field5) > 10?
September 2, 2016 at 9:47 am
Viewing 6 posts - 16 through 21 (of 21 total)