how to use expression to define a column from another text column?

A

access-green

I've got a table with a column that contains the value of every
record's Genus and Species. For example, "Sequoia sempervirens" could
be a value in this column.

I'd like to write a query selecting from this table that creates two
columns, one for the Genus and one for the Species. I think using an
expression would do this, but I can't figure out how. Essentially, I
only want to put all the text before the space in the first column, and
all the text after the space in the second column.

Any ideas for the appropriate syntax?

Thanks in advance!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top