extended table

(2 posts) (2 voices)

Tags:

No tags yet.

  1. serge lorich, Member

    Hello!

    I need to make a table in this format:

    --------------------------------------
    | id1 | date1.1 | date 1.2. | person |
    | info1 |
    --------------------------------------
    | id2 | date2.1 | date 2.2 | person |
    | info2 |
    --------------------------------------

    I need it because info block is quite big and can not be located as a column.
    How can I make this effect?

  2. myDBR Team, Key Master

    You can use dbr.purehtml for that:

    select concat('dbr.purehtml:', first_line, '<div>', second_line, '</div>')
    from mytable;

    --
    myDBR Team


Reply

You must log in to post.