Hello:
I have a problem which I just can't solve. Let me explain what I intend to do.
Let's say I have a table which has the fields: id,image,text. In this fields the only one which can be null is image.
What I want to do is retreive the content of my table in this way:
image
no-image
image
no-image
...
I want to alternate the image and no image, but I don't know how to do it, I tried with case without success. I hope someone can give me some pointers.
THANKS
I have a problem which I just can't solve. Let me explain what I intend to do.
Let's say I have a table which has the fields: id,image,text. In this fields the only one which can be null is image.
What I want to do is retreive the content of my table in this way:
image
no-image
image
no-image
...
I want to alternate the image and no image, but I don't know how to do it, I tried with case without success. I hope someone can give me some pointers.
THANKS
Comment