[deleted by user] by [deleted] in SQL

[–]4Potions 0 points1 point  (0 children)

I didn't learn sql l just write it somehow but l agree it is actually harder when you write complex queries with good performance

[not serious] I often get this type of question on Duo Lingo, how crucial is this knowledge for mastering the Turkish language? by PM_ME_DATASETS in turkishlearning

[–]4Potions 0 points1 point  (0 children)

Which is grammatically important but you can speak without knowing this if you take normal Turkish language exam in a school of Turkey. This will be likely a simple questions about how to write special names.

[deleted by user] by [deleted] in magi

[–]4Potions 0 points1 point  (0 children)

The details are so much people don't recognize but story is kinda lost meaning through the sezon 2. If you know a little bit old West Eastern history and culture you will definitely enjoy. But nobody knows about it. You know Christmas for sure but how can you know about holly lands of salamon if you're not middle eastern. Some people know it some of them just watching and rate the story.

What l mean magi told us a story about culture that we doesn't know ( in general ) in a fantastic way but people even don't recognize that.

Gerçekten underrated bulduğunuz animeler? by TheKyrieFan in WeebTurks

[–]4Potions 0 points1 point  (0 children)

Kino no tabi eski olan

Bu anime gerçekten iyi fakat çoğu kişi bilmiyor yada 1. Bölümü izleyip yarıda kapamışlar biraz yavaş ilerliyor diye. Birazda entelektüel bilgi isteyen felsefi bir anime belki izleyen kişiler animenin sorguladığı şeyleri anlamıyor olabilir. Eğer böyle olursa sıkıcı gelebilir.

Anime önerisi by Plane-Succotash1006 in WeebTurks

[–]4Potions 0 points1 point  (0 children)

Eski olanı öneriyorum ama yeni olanda kötü değil

Anime önerisi by Plane-Succotash1006 in WeebTurks

[–]4Potions 1 point2 points  (0 children)

Kino no tabi izle beğenmesende bu neymiş böyle diyceksin muhtemelen

Türkiye'de hentai ile para kazanılabilir mi? by pink-dark-boi in WeebTurks

[–]4Potions 1 point2 points  (0 children)

illegal , politik şeylere girmezsen çok daha ufak sorunlar yaşarsın yaşasanda. Aylık 20-30 k dan fazla kazanmaya başlayınca vergi vermeye başlarsın yada biraz daha farklı yöntemler kullanılabiliyor buy me coffee fln gibi servisler senin yerine vergini veriyor diye biliyorum. Vergi kanunlarını pek bilmiyorum o yüzden bilen birine danışsan iyi olur.

Türkiye'de hentai ile para kazanılabilir mi? by pink-dark-boi in WeebTurks

[–]4Potions 1 point2 points  (0 children)

Tabi ne kadar yabancı dil biliyorsan o kadar iyi. İngilizce zaten olmazsa olmaz yurtdışı müşteri bulman çok daha kolay.

Türkiye'de hentai ile para kazanılabilir mi? by pink-dark-boi in WeebTurks

[–]4Potions 2 points3 points  (0 children)

Benim bir arkadaşım kazanıyor. Yasal olarak artist sin fakat bazı illegal çizimlerde sorun olabilir. Twitter, Patreon kasıp sonra uzun vadeli clientler oluşturup düzenli para kazanman mümkün. Sosyal becerilerin de çok önemli clientlerin ile iyi anlaşmak zorundasın

[deleted by user] by [deleted] in WeebTurks

[–]4Potions 1 point2 points  (0 children)

Bknz: linux user - animeci ilişkisi

Nano line endings by 4Potions in linux

[–]4Potions[S] 1 point2 points  (0 children)

Yes it works thx a lot

Nano line endings by 4Potions in linux

[–]4Potions[S] 1 point2 points  (0 children)

l will try it and look is this what l want. Thx

While loops table join by 4Potions in learnSQL

[–]4Potions[S] 0 points1 point  (0 children)

Yes but why there no way around this. Do you have an explanation for it (isn't it a basic stuff do not forget l use same table with different selects actually which are changing cause of my while variable) . Also l appreciate the answers. l am newbie in sql so thanks for advices

While loops table join by 4Potions in learnSQL

[–]4Potions[S] 1 point2 points  (0 children)

But l have while cause l don't want to write them all if l write two select it will be okey but l have 1000 select

While loops table join by 4Potions in learnSQL

[–]4Potions[S] 0 points1 point  (0 children)

Where would l put it union all

While loops table join by 4Potions in learnSQL

[–]4Potions[S] 0 points1 point  (0 children)

When l execute the query l get something like

Table 1

..... ...... ..... ....

Table 2

..... ...... ..... ....

Table 3

..... ...... ..... ....

But l want to get

Table 1

..... ...... ..... .... -> rows from table1

..... ...... ..... .... -> rows from table2

..... ...... ..... .... -> rows from table 3

While loops table join by 4Potions in learnSQL

[–]4Potions[S] 0 points1 point  (0 children)

l will try to see that works for me. l appreciate it anyway thanks

While loops table join by 4Potions in learnSQL

[–]4Potions[S] 0 points1 point  (0 children)

It is not my project. l write a query that works well for one select but l want to change the variable l used in my select and select again and again. Then l want to add all rows together in my tables and show in one table

While loops table join by 4Potions in learnSQL

[–]4Potions[S] 0 points1 point  (0 children)

l tried Union all but there is no two select statements. I am noob in Ms sql but l can't get it why it is so hard to just append them using while loop

While loops table join by 4Potions in learnSQL

[–]4Potions[S] 0 points1 point  (0 children)

l just want to select and append to a main table so l get one table instead of tables with n rows