···
Sign in
···
···
sql-server
hashtag
1.14
About
Reviews
Updates
1
Followers
0
Experts
Experts
lauweded
0.85
· 3
ocdb
0.14
· 7522
edicted
0.05
· 4253
usainvote
0.01
· 1315
foxon
0.01
· 1028
Show more authors
Posts
Threads
lauweded
19.06
4 years ago
DATEADD to change datetimes in SQL Server
Basic syntax DATEADD(, , ) -- Add 5 days to 04/23/2021 DATEADD(DAY, 5, '2021-04-23') -- Substract 5 days to 04/23/2021 DATEADD(MONTH, -...
lauweded
19.06
4 years ago
Use of the While Loop with SQL
A little reminder of how to use while loop with SQL. Basic structure DECLARE @Count INT SET @Count = 0 WHILE(@Count < 11) BEGIN PRI...
lauweded
19.06
4 years ago
Table variable in SQL Server
Let's have a preview of this amazing thing that is the Table variable in SQL Server. Basic syntax DECLARE @DevExperts TABLE (Id INT PRIMA...
AI
Waivio AI Assistant
How can I help you today?
About Waivio
Proofread
Translate