Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
new_road
CREATE TABLE new_road new_id INT(20) , name VARCHAR(40) , type VARCHAR(20) , sub_type VARCHAR(20) , pt POINT NOT NULL , SPATIAL INDEX(pt) ) ENGINE=InnoDB; INSERT INTO new_road (new_id, name, type, sub_type, pt) VALUES ('11','R-1', 'Shop', 'Cloth', Point(10,8)) , ('12', 'R-2','Cafe', '', Point(19,12)) ;
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
cap 3
BASE DE DATOS
gandu
sree..
update if the id based on difference in time
saikatd
MySQL: calculate overlapping periods
Srinivas
MYSQL PIVOT
Pivot Table test
Please log in to post a comment.