how to insert decimal values into a sql table row

  • HOME  • tutorials  • photos   • free grafics design    • questions and answers  • distance calculator  • maps
   



CATEGORIES
EXCEL TUTORIAL
SQL TUTORIAL
WEB INFORMATION
WINDOWS
JAVASCRIPT SCRIPTS
COMPUTER SECURITY
GRAFIC DESIGN
HTML
PHP
CSS STYLE
ATLAS OF THE WORLD
DEVELOPER
PHOTOSHOP
MAGAZINE
TOP LISTS
LATEST ARTICLES
md5 hash generator online tools windows linux c php
remove duplicates in html lines online javascript
documentgetelementbyid()innerhtml javascript set example
how to block processes from starting and running in windows xp
list of us american presidents with pictures
ucwords javascript convert online tool
hex to rgb converter javascript for colors online
letter-spacing css property for html pages
sql inject protection without complicated class php script and tutorial
how to insert decimal values into a sql table row
  home   PHP » HOW TO INSERT DECIMAL VALUES INTO A SQL
google ads
 
 
 

HOW TO INSERT DECIMAL VALUES INTO A SQL TABLE ROW


Views: 266
How to insert decimal values into a SQL Table

This script is about inserting decimal data values into a SQL database.
The bold row is the key for solve this problem.

CREATE TABLE fruits(
    id   CHAR(3)      NOT NULL,
    fruits_name VARCHAR(40)  NOT NULL,
    price      DECIMAL(6,2) NULL    ,
      );



Inserting php script:

INSERT INTO fruits VALUES('T07',23.55,566);


6 = number of digits before the comma
2 = number of decimals (after the comma)


Articles related to HOW TO INSERT DECIMAL VALUES INTO A SQL TABLE ROW
Zero result!

Tags:Insert decimals in SQL,Sql decimal type of a row input,




Leave a comment

Your name *
Your comment *
   Anti Spam code *

There are no comments on this article...



the latest articles:
• MD5 hash generator Online tools Windows Linux C Php
• Remove duplicates in html lines online javascript
• documentgetElementById()innerHTML javascript set Example
• How to block processes from starting and running in Windows XP
• List of us american presidents with pictures
• Ucwords javascript convert online tool
• Hex to rgb converter javascript for colors online
• Letter-spacing CSS property for html pages
• SQL Inject protection without complicated class php script and tutorial
• How to insert decimal values into a SQL table row
what is the height of statue of liberty
hollywood movies
map from faisalabad to hasilpur pakistan
driving distance between tanga and bagamoyo
how to abbreviate million dollars
how long do butterflies live in captivity

 

eXTReMe Tracker