Re: Oracle sql function SPLIT?
- From: "Bjorn Abelli" <bjorn_abelli@xxxxxxxxxxxxxxxxxxxxx>
- Date: 4 May 2006 19:58:22 +0200
"Alex" <akizub@xxxxxxxxx> skrev i meddelandet
news:1146763780.653086.284680@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
BTW, what has this to do with Java?It should run in Java in prepared statement.
So, unfortunately, PL/SQL doesn't work...
Then I understand even less of your question... ;-)
You have "1 2 3" and wan't that turned into separate items, by the way of a
PreparedStatement for Oracle? I think it's a tad overkill...
What's wrong with:
String[] items = "1 2 3".split(" ");
?
Maybe it would be better to explain what you intend to use it for.
// Bjorn A
Inviato da X-Privat.Org - Registrazione gratuita http://www.x-privat.org/join.php
.
- Follow-Ups:
- Re: Oracle sql function SPLIT?
- From: Alex
- Re: Oracle sql function SPLIT?
- References:
- Oracle sql function SPLIT?
- From: Alex
- Re: Oracle sql function SPLIT?
- From: Bjorn Abelli
- Re: Oracle sql function SPLIT?
- From: Alex
- Oracle sql function SPLIT?
- Prev by Date: Re: Oracle sql function SPLIT?
- Next by Date: Re: Oracle sql function SPLIT?
- Previous by thread: Re: Oracle sql function SPLIT?
- Next by thread: Re: Oracle sql function SPLIT?
- Index(es):
Relevant Pages
|
|