MySQL Forums
Forum List  »  German

Re: Funktion von MSSQL zu MYSQL
Posted by: a s
Date: September 25, 2014 02:33AM

Was vielleicht noch hilft..

die Datenbank und Inhalt:
create table monitore ( ID int, Name varchar(100), Serial varchar(100))
insert into monitore values (1, 'HP','1293480123')
insert into monitore values (1, 'Acer','238234')
insert into monitore values (2, 'HP','234234423')

Options: ReplyQuote


Subject
Views
Written By
Posted
1235
a s
September 25, 2014 02:30AM
Re: Funktion von MSSQL zu MYSQL
767
a s
September 25, 2014 02:33AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.