About 10,900,000 results
Open links in new tab
  1. How to format a column in SQL Server? - Stack Overflow

    May 11, 2017 · you can use right function in sql server as below: select name, Amount, NewColumn = right('0000000000'+ convert(varchar(10),convert(int,amount*100)),10) from …

  2. Formatting Query Results - Oracle

    Through the SQL*Plus COLUMN command, you can change the column headings and reformat the column data in your query results. When displaying column headings, you can either use …

  3. 24 Rules to the SQL Formatting Standard - LearnSQL.com

    Jun 18, 2019 · In this guide we discuss common and popular rules that are based on this standard. First I discuss general rules about naming database objects. These are the most …

  4. FORMAT (Transact-SQL) - SQL Server | Microsoft Learn

    Apr 18, 2025 · Use the FORMAT function for locale-aware formatting of date/time and number values as strings. For general data type conversions, use CAST or CONVERT. Transact-SQL …

  5. How to format SQL code in SQL Server Management Studio

    This article is about how to format SQL code using SQL Server Management Studio (SSMS) options and how to format SQL code using 3rd party SQL formatter tool. A well-formatted SQL …

  6. SQL ALTER TABLE Statement - W3Schools

    SQL ALTER TABLE Statement. The ALTER TABLE statement is used to add, delete, or modify columns in an existing table. The ALTER TABLE statement is also used to add and drop …

  7. SQL FORMAT Function Use and Examples - SQL Server Tips

    Apr 27, 2025 · Learn how to format numbers, dates, time and money using the SQL Server FORMAT function with these examples.

  8. How to display table data more clearly in oracle sqlplus

    I want to be able to display the resulting data from a select in a pretty way, not all columns under others. Here is the way sqlplus displays my table data: But I want to show them as: Name |

  9. SQL*Plus COLUMN command (format output) - RelationalDBDesign

    Use SQL*Plus COLUMN command to format output. The COLUMN command is used to format columns, and allows you to produce reports that are easy to read and understand. The …

  10. 6 Formatting SQL*Plus Reports - Oracle Help Center

    Through the SQL*Plus COLUMN command, you can change the column headings and reformat the column data in your query results. When displaying column headings, you can either use …

  11. Some results have been removed
Refresh