Toufika.com
Wednesday, March 29, 2023
Get Invalid Date
Get Invalid Dates
function isdate().
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Screen Record
Windows Screen Record WindowsKey+ Alt + R Recording Starts.
Json Web Tokens jwt.io
https://jwt.io/ J SON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
split string to TABLE
ALTER FUNCTION [pksf].[fn_SplitString] ( @Input NVARCHAR(MAX), @Character CHAR(1) ) RETURNS @Output TABLE ( Item NVA...
Get a Table from Comma separated value SQL
Create a function : CREATE FUNCTION split_string ( @in_string VARCHAR(MAX), @delimeter VARCHAR(1) ) RETURNS @list TABLE(tuple VARCH...
No comments:
Post a Comment