NapTechnn's
Thursday, November 7, 2019
Aggregate funtion in mysql
AVG()
BIT_AND()
BIT_OR()
BIT_XOR()
COUNT(DISTINCT)
COUNT()
GROUP_CONCAT()
MAX()
MIN()
STD()
STDDEV_POP()
STDDEV_SAMP()
STDDEV()
SUM()
VAR_POP()
VAR_SAMP()
VARIANCE()
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
PHP THREE
Add column in sql
Alter table "Table_Name" Add 'New_Column_Name' 'Datatype'; alter table product Add quantity bigint;
Set password in mysql xampp
You want to edit this file: "\xampp\phpMyAdmin\config.inc.php" change this line: $cfg['Servers'][$i]['password'] =...
php five
<?php if (isset ($_POST ['b1'])){ function add() { $a = $_POST ['num1']; $b = $_POST ['num2']; ech...
No comments:
Post a Comment