Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ruthresh
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
Please
log in
to post a comment.
hotel1
sale
Test for MySQL "serializable" transaction, part 1
rutujafulari
grre
ITM_14210069
calculate averages for students and levels
gandu
ITM_14210069
MySQL JSON_SEARCH boolean Issue
Please log in to post a comment.