... " and it should popup with ...things you can ask me... with one being "Ask ChatGPT"
Click on it and then ask away:...
Keeping a Conversation
So annoyingly, the variable broadcast was unreliab ...
... ms-settings:easeofaccess-speechrecognition
Gaming
Broadcasting ms-settings:gaming-broadcasting
Game bar ms-settings:gaming-gamebar
Game DVR ms-settings:gaming-gamedvr
Game Mode ms-settings:gaming-gamemode ...
... and weather data
v???
In Development:
- Map: specify weather forecasts for a day
- Map: current location response issues
- Map: screenshot for offline use
- Map: enable news feed on HUD
- Map: ...
...
INSERT
2014-03-27
Extracting the Gender:
We're going to extract the value in between the opening and closing XML tags:
-- Using .query()
SELECT
CAST(CAST(Event_XML ...
... END AS [ColumnDataType],
CASE
WHEN t1.CHARACTER_MAXIMUM_LENGTH IS NULL AND t2.CHARACTER_MAXIMUM_LENGTH IS NOT NULL
THEN CAST(t2.CHARACTER_MAXIMUM_LENGTH ...
... (padded with zeros)
How?
So how do we do it? In the above example, Joel Lipman has two qualification records. So let's start with a simple query:
SELECT
RIGHT('000' + CAST(e.ID AS VARCHAR), ...
... e1
LEFT JOIN
DMExtractReferenceTable r1
ON e1.CodeType=r1.MapIn
So simply change the "=" to a "LIKE".
Scenario #2
So when the above has been addressed or we've tried casting ...
... + "/" + SUBSTRING((DT_STR,8,1252)StartDate,3,2) + "/" + SUBSTRING((DT_STR,8,1252)StartDate,5,4))
Error: Description: "Invalid character value for cast specification".
Exceptions for text file ...
... -- Set variable default values
SET @NewVal = '';
SET @OrigLen = LEN(CAST(@OrigVal AS VARCHAR(max)));
SET @CurrLen = @OrigLen;
SET @LoopCt = 1;
SET @DateVal ...
... Given Value is date (ISDATE does not recognize CAST AS DATE)
IF @OrigLen=10
AND (LEN(@OrigVal) - LEN(REPLACE(@OrigVal, '-', '')))=2
AND ISNUMERIC(SUBSTRING(@OrigVal, ...
... aggregate query.
I want the SQL to return just numbers and let the MDX query add the thousand separator.
My answer for everything:
CAST((TimeEnd - TimeStart) AS TIME)
CAST(CONVERT(CHAR, ...
... my question:
SELECT
Catalog.Name AS ReportName
, MIN(ExecutionLogStorage.TimeStart) AS [First]
, MAX(ExecutionLogStorage.TimeStart) AS [Last]
, CAST(CONVERT(CHAR, DATEADD(millisecond, ...
Taking a break from website migrations. Thought I'd share some thoughts I was reminiscing of:
"We cast a shadow on something wherever we stand, and it is no good moving from place to place to save ...
... AS rgt, 1 AS `level`,
CAST(@new_jos_categories_extension_alias AS CHAR) AS path,
'com_banners' AS extension, c.`title`, c.`alias`,
CONCAT('Import from J15. PreviousID=catid', ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.