DevTech101

DevTech101

create table ifxload(id integer primary key autoincrement, time varchar(10), load varchar(5));

select * from ifxload where id = (select max(id) from ifxload);

 

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
%d bloggers like this: