so sollte es dann auch gehen ohne zu wissen wie lang das Feld EMAIL ist
Gruß RonaldPHP-Code:
update qtemp/test
set name = Substring(email, 1, (position('@' in email)-1) ),
provider = Substring(email, (position('@' in email)+1),
(char_length(trim(email)) -
position('@' in email)+1))
Bookmarks