Viewing 15 posts - 61 through 75 (of 2,452 total)
December 15, 2017 at 11:02 am
DECLARE @searchString VARCHAR(1500);
SET @searchString = '03/09/2017 07:52 AM | Lastname, Firstname | Completed - irrelevant note.';
SELECT CASE
WHEN @searchString LIKE '[0-9][0-9]/[0-9][0-9]/201[0-9]%[AP]M%|%'
THEN...
December 15, 2017 at 8:06 am
please read and respond accordingly......saves us all time and you get tried and tested answers.
https://spaghettidba.com/2015/04/24/how-to-post-a-t-sql-question-on-a-public-forum/
December 13, 2017 at 8:20 am
December 12, 2017 at 3:52 am
December 11, 2017 at 2:56 pm
craig.jenkins - Thursday, December 7, 2017 9:14 AMsorry what is meant by DDL and DML?
take a look here on advice for posting
https://spaghettidba.com/2015/04/24/how-to-post-a-t-sql-question-on-a-public-forum/
December 7, 2017 at 9:17 am
just a thought....it may help explain
SELECT c.id_product,
SUM(COALESCE(c.received_qty, c.ordered_qty)) AS Total,
c.id_cart,
p.id_purchase,
p.id_department
FROM Cart_Item AS c
LEFT OUTER...
November 28, 2017 at 8:39 am
pity the OP @selpoivre seems to have left the building !
November 21, 2017 at 9:28 am
the website is https://www.essayschief.com ...basically for cheats !
November 21, 2017 at 3:04 am
From my initial post:
Of course, you have to have something that defines...
November 17, 2017 at 10:51 am
November 17, 2017 at 10:42 am
Jacob Wilkins - Friday, November 17, 2017 10:06 AM
sorry Jacob.....was supposed to be...
November 17, 2017 at 10:10 am
November 17, 2017 at 10:00 am
Viewing 15 posts - 61 through 75 (of 2,452 total)