Search code examples
What is the maximum precision of the double and float datatypes in MySQL...


mysqlfloating-pointdoublesqldatatypes

Read More
What is the difference between Number(38,127), Number, Number(*) and Number(*,127) in Oracle...


oraclesqldatatypes

Read More
Postgres: how to excecute the query for Sum as it is giving error?...


sqlpostgresqlsqldatatypes

Read More
Best data type to store money values in MySQL...


mysqlsqldatatypescurrency

Read More
Appropriate datatype for holding percent values?...


sql-servertypessqldatatypes

Read More
How to store a boolean value in an Informix database?...


booleaninformixsqldatatypes

Read More
Reliable way to detect an INTEGER column using JDBC (Oracle 19c)...


oraclejdbcsqldatatypesoracle19c

Read More
SQL Server: IN ('asd') not working when column is NTEXT...


sql-servert-sqlsql-server-2005sqldatatypesin-operator

Read More
What's the purpose of varchar(0)...


mysqlsqlsqldatatypes

Read More
Boolean Field in Oracle...


oraclebooleansqldatatypes

Read More
Which data type is the result of division?...


postgresqlsqldatatypes

Read More
MySQL: Is there a lack of performance by using LONGTEXT instead of MEDIUMTEXT?...


mysqlperformancesqldatatypes

Read More
Store UUID v4 in MySQL...


mysqluuidsqldatatypes

Read More
Why doesn't SQL Server support unsigned datatype?...


sqlsql-serversqldatatypesunsigned-integer

Read More
Change datatype varchar to nvarchar in existing SQL Server 2005 database. Any issues?...


sqlsql-serversql-server-2005sqldatatypes

Read More
Is it OK to use the DEC data type in PostgreSQL...


postgresqlsqldatatypes

Read More
Conversion failed when converting the varchar to data type int when inserting multiple items...


sql-servert-sqltype-conversionsqldatatypes

Read More
Unable to alter column data type in Big Query...


google-bigquerysqldatatypes

Read More
Dapper with SQL Server output bigint parameter returns int32...


c#sql-serverdappersqldatatypesoutput-parameter

Read More
How to get a list column names and datatypes of a table in PostgreSQL?...


sqlpostgresqlsqldatatypes

Read More
Why SUM(`column`) returns a string instead of an integer?...


phpmysqlpdosumsqldatatypes

Read More
sqlite datatype for storing decimals...


sqlitefloating-pointdecimalsqldatatypes

Read More
Should I use the datetime or timestamp data type in MySQL?...


mysqldatetimetimestampsqldatatypes

Read More
How to use a query returning integers in an SQL function that returns integer[]?...


postgresqlsqldatatypessql-function

Read More
What's difference between float, double and decimal in sql?...


mysqldatabasecurrencysqldatatypes

Read More
Is there a way to revert a numeric datatype back to date time? (python pandas, snowflake)...


dataframecastingsnowflake-cloud-data-platformsqldatatypes

Read More
Why the value changes on MySQL different versions?...


sqlmysqldatabasesqldatatypes

Read More
Is it possible to change the datatype of a column in a view?...


databasesql-server-2008t-sqlviewsqldatatypes

Read More
What if you don't specify the datatype of new column in SQLite?...


sqlitesqldatatypes

Read More
How to use Postgresql's "real" (float4) type in Rails 7.0, instead of the "double...


ruby-on-railsdatabasepostgresqlsqldatatypesruby-on-rails-7

Read More
BackNext