Skip to content

Database.Guide

Subtract Seconds from a Datetime Value in MariaDB

December 18, 2021 by Ian

Here are some options for subtracting one or more seconds from a datetime expression in MariaDB.

Read more

Categories MariaDB Tags dates, how to

CONVERT() in SQL Server

January 24, 2023December 17, 2021 by Ian

In SQL Server, the CONVERT() function converts an expression of one data type to another.

Here’s a quick overview of the function with examples.

Read more

Categories SQL Server Tags conversion functions, functions, t-sql, what is

3 Ways to Check a Column’s Data Type in PostgreSQL

December 17, 2021 by Ian

Here are three ways to get the data type of a given column in MariaDB.

Read more

Categories PostgreSQL Tags data types, how to, psql

How CAST() Works in SQL Server

December 18, 2021December 17, 2021 by Ian

In SQL Server, the CAST() function converts an expression of one data type to another.

Here’s a quick overview of the function with examples.

Read more

Categories SQL Server Tags conversion functions, functions, t-sql, what is

Data Type Precedence in SQL Server

January 8, 2023December 16, 2021 by Ian

Below is a list containing the SQL Server data types, in order of precedence.

Read more

Categories SQL Server Tags convert, data types, t-sql

How to List all Stored Procedures in MariaDB

December 16, 2021 by Ian

In MariaDB, we can use the SHOW PROCEDURE STATUS command to return a list of stored procedures.

We can also query the information_schema.routines table to do the same thing.

Read more

Categories MariaDB Tags how to, stored procedures

3 Ways to Check Column Data Type in Oracle

December 15, 2021 by Ian

Here are three ways to get information about a table’s columns in Oracle, including their data types.

Read more

Categories Oracle Tags data types, how to

4 Ways to Check a Column’s Data Type in MySQL

December 14, 2021 by Ian

Here are four ways to get the data type of a column in MySQL.

Read more

Categories MySQL Tags data types, how to

Return Random Rows from a Table in MariaDB

December 14, 2021 by Ian

Here’s a quick way to return random rows from a table in MariaDB.

Read more

Categories MariaDB Tags how to

MAX() Function in PostgreSQL

December 14, 2021 by Ian

In PostgreSQL, the MAX() function computes the maximum of the non-null input values and returns the result.

This function can be used on any numeric, string, date/time, or enum type, as well as inet, interval, money, oid, pg_lsn, tid, and arrays of any of these types.

Read more

Categories PostgreSQL Tags aggregate functions, aggregation, functions, what is
Older posts
Newer posts
← Previous Page1 … Page198 Page199 Page200 … Page422 Next →

About | Privacy Policy

© 2026 Database.Guide • All rights reserved