This is a discussion on Re: using insert with Sybase Case expression within the Sybase forums, part of the Database Server Software category; --> Kevin wrote: > > I have a stored procedure where I would like to make a decision within > ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Kevin wrote: > > I have a stored procedure where I would like to make a decision within > on which table to insert a row into based on the value of an input > variable. Is it possible to use an INSERT with a CASE expression in > Sybase? Thanks in advance. A normal if expression is all you need. -am © 2003 |