Hello, i try to combine two fields in a query like: SELECT id, F1||F2 AS FNew, F3 ... when both fields F1 and F2 got data everything is ok but if one of the fields is empty, the whole field FNew is empty :-( how can i solve that problem ? thx
- [sqlite] combination of fields with || ? Daniel Schumann
- [sqlite] Re: combination of fields with || ? Igor Tandetnik
- Re: [sqlite] Re: combination of fields with || ? Daniel Schumann
- [sqlite] Re: Re: combination of fields with |... Igor Tandetnik
- Re: [sqlite] Re: Re: combination of field... Daniel Schumann
- [sqlite] Re: Re: Re: combination of ... Igor Tandetnik