Topics
Started by
Posts
Last post
How do I inner join between 2 tables(inner join TableA.ColA=TableB.ColA) with this kind of data ? M…
5 replies
Hello folks.. i have the following requirement (the table names are modified) : 1. For every row in…
8 replies
I have been asked to write a data extract that concatenated the values of 3 fields, each of which a…
3 replies
Hello Good Morning, I have the below procedure if it returns 0 no need to send any email , if it is…
2 replies
Hi, I have a table that's in the following format: ID, DegreeStr, YearEarnedStr 1, "BS,MS,PhD", "20…
10 replies
One thing that drives me crazy is going to the object panel then database and after right-clicking …
1 replies
My resultant table holds data as: Id A B C ValidFrom Val…
1 replies
declare @startdate datetime set @startdate = '01-01-2016' declare @enddate datetime set @startdate …
12 replies
SQLTeam.com Forums If someone answers your question or provides a helpful response, please take a s…
2 replies
Create table FinalResult (Id int, A int, B int, C int, D int, E int, Va…
1 replies
Create table FinalResult (Id int, A int, B int, C int, D int, E int, Va…
1 replies
DDL (PROVIDER_ID CHAR(10), PATIENT_ID CHAR(10), CARE_LEVEL CHAR(10), BEGIN_DT …
4 replies
Email addresses are modified over the period of time and i'm trying write a query to get initial em…
5 replies
Hi, I have a table. Its containing query to create a view. Create Table #Temp (Query Varchar(8000)…
4 replies
Hello everyone, I try to import Unicode (UTF-8) data from *.csv file into SQL table. I use XML form…
4 replies
Viewing 15 topics - 661 through 675 (of 10,647 total)
You must be logged in to create new topics.