30:47
SQL Date & Time Functions (Visually Explained) | FORMAT, CONVERT, CAST | #SQL Course 16
Visually explained how SQL functions like FORMAT, CONVERT, and CAST transform and display date and time values.
4:18
Convert Datetime into String | Datetime to String conversion in SQL Server
In this tutorial, I will explain the various methods for converting datetime values to string formats in SQL Server. Converting ...
9:30
Convert numbers and dates into strings in SQL Server using the CONVERT and TRY_CONVERT functions
In this video, we'll look at the CONVERT and TRY_CONVERT functions, and the advantages to using them compared with the ...
26:28
SQL String Functions (Visually Explained) | A Detailed Guide | #SQL Course 13
Visually explained how SQL string functions work to clean, format, and manipulate text data. Subscribe, Like, and Comment If ...
7:14
Convert numbers and dates into strings in SQL Server using the CAST and TRY_CAST functions
SELECT 3 & 'H' doesn't work in SQL Server. In this video, we'll look at how you can convert the number 3 into a string. My SQL ...
12:15
Converting a String to Date in SQL | CAST | CONVERT | TRY_CAST | TRY_CONVERT | SQL
In this video we see how to convert string to date in SQL. Converting a string to date explicitly can be achieved using inbuilt ...
16:51
SQL Data Type Conversion Explained | CAST() & CONVERT() Functions with Examples
In This Video: ✓ CAST() Function ✓ CONVERT() Function ✓ TRY_CAST() Function ✓ TRY_CONVERT() Function ✓ String to ...
10:55
Converting numbers to strings in SQL Server: STR and FORMAT functions
In this video, we will be looking at how to convert numbers to strings in SQL Server. My SQL Server Udemy courses are: 70-461, ...
1:29
How to Correctly Convert String to Date in SQL
Learn the best practices for converting a string to a date format in SQL, essential tips for Oracle, and Informatica PowerCenter.
5:19
SQL Server Datetime String Conversion
Demonstration of string to datetime conversion using the CONVERT() function with style number. More on the topic in the new ...
1:19
SQL : SQL convert number to string representation of any base (binary, hexadecimal, ..., tricontahex
SQL : SQL convert number to string representation of any base (binary, hexadecimal, ..., tricontahexadecimal) To Access My Live ...
5:21
SQL Server's TRY_PARSE to Convert Formatted Money Strings
Numeric data sometimes gets stored in a database as preformatted strings. Extra characters like commas, spaces, and periods ...
0:59
SQL : Convert a string to int using sql query
SQL : Convert a string to int using sql query To Access My Live Chat Page, On Google, Search for "hows tech developer connect" I ...
4:11
Using the TO_CHAR function in SQL Change Timestamp Output
Learn how to use the TO_CHAR function to convert timestamps into "pretty" custom-formatted strings in this step-by-step tutorial!
7:16
SQL Query | Split Concatenated String into Columns | CharIndex
This video explains the use of CharIndex function in SQL Server to extract data from a concatenated string into different columns.
5:54
SQL Data Types: Don't Convert To String when Sorting/Displaying Values
Preserve data types; allowing the user interface to format as needed. This will allow sorting to properly be done..
1:04
SQL : Is it possible to convert a boolean to a string in SQL?
SQL : Is it possible to convert a boolean to a string in SQL? To Access My Live Chat Page, On Google, Search for "hows tech ...
2:01
CAST Function (SQL) - Converting Data Types
If we need to convert data types when using SQL, we can use the CAST function. This video covers a few examples of how that ...
13:44
MS SQL tutorial on CONVERT and CAST functions
Accessible IT Software Tutorials
This is a Microsoft SQL tutorial video demonstrating the use of the CONVERT and CAST functions. These functions change the ...