Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ruthresh1
create table Pr1o(p1 varchar(3),p2 varchar(3)); insert into Pr1o values("A","B"); insert into Pr1o values("C","D"); insert into Pr1o values("E","F"); insert into Pr1o values("B","F"); insert into Pr1o values("D","E"); insert into Pr1o values("A","D"); select e1.p1, e2.p2 from Pr1o e1,Pr1o e2 where e1.p2=e2.p1; declare cursor1 cursor scroll for select * from Pr1o; fetch last from cursor1; fetch prior from cursor1;
run
|
edit
|
history
|
help
0
Test
grre
calculate avareages for students and levels
prithwi
ITM_14210069
MySQL is added
barbato
new_road
daily score
My tables